ArcGIS Runtime SDK for WPF - Library Reference
AddressesToLocationsTaskAsync(IList<IDictionary<String,String>>,SpatialReference,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Locator Class > AddressesToLocationsTaskAsync Method : AddressesToLocationsTaskAsync(IList<IDictionary<String,String>>,SpatialReference,CancellationToken) Method

Addresses
List of attributes that the geocode service will evaluate when goecoding is performed. See geocode server service definition for a list of valid attributes.
OutSpatialReference
The spatial reference the geometry should be returned.
cancellationToken
The cancellation token.
Performs a geocode search for multiple addresses.

Syntax

Visual Basic (Declaration) 
Public Overloads Function AddressesToLocationsTaskAsync( _
   ByVal Addresses As IList(Of IDictionary(Of String,String)), _
   ByVal OutSpatialReference As SpatialReference, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of AddressesToLocationsTaskResult)

Remarks

This batch geocode task is supported in ArcGIS Server v10.1+

Parameters

Addresses
List of attributes that the geocode service will evaluate when goecoding is performed. See geocode server service definition for a list of valid attributes.
OutSpatialReference
The spatial reference the geometry should be returned.
cancellationToken
The cancellation token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.